home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / util / boot / aws_1_4.lha / AWS.doc next >
Text File  |  1994-09-21  |  3KB  |  84 lines

  1.  
  2. DESCRIPTION:
  3.  
  4. This  utility  opens  Windows  like  screen during boot and shows some
  5. information  about  your  machine:   CPU,  FPU,  GFX Chips, Kickstart,
  6. memory, current time and date.  You can change palette from 7 presets,
  7. monitor/screen mode and select hour system if you want.
  8.  
  9.  
  10. SYNTAX:
  11.  
  12.  OpenAWS [-options]
  13.  
  14.    -a        : alternative font
  15.                better for interlace if you haven't ficker fixer
  16.    -h<12|24> : selects 12 or 24 hour system, default: 24
  17.    -m<ModeID>: monitor/screen mode ID, default: $8004
  18.                type -ma9004 (or -m$a9004 or -m0xa9004) for DblPAL
  19.    -p<0-7>   : selects 7 palette presets (0-random), default: 1
  20.    -?        : help
  21.  
  22.  
  23. HOW TO USE:
  24.  
  25. To activate AWS add 2 lines in your startup-sequence:
  26.  
  27. OpenAWS -p2 -a      (after SetPatch)
  28. CloseAWS            (between LoadWB and EndCLI)
  29.  
  30. AWS  works  only under OS2.x and 3.x+, doesn't require any library but
  31. may crash if you put OpenAWS before SetPatch.
  32. AWS  now  can  use all monitor modes but proper monitor driver must be
  33. started  before  OpenAWS.
  34. For example for DblPAL mode put following lines after SetPatch:
  35.  
  36.  Assign >NIL: ENV: RAM:         ;must be because DblPAL monitor searches
  37.                              ;something in ENV:
  38.  SYS:Devs/DblPAL             ;starting monitor driver
  39.  OpenAWS -m$A9004            ;DblPAL+HIRES+LACE mode ID
  40.  
  41. Now  OpenAWS  is  crunched  by  Imploder  4.0.   Before  that  I  used
  42. Crunchmania  1.9t.  This packer has fastest depacker on my Amiga 4030,
  43. but  on some A1200s hangs up.  I you want better pack ratio and depack
  44. speed unpack OpenAWS and recrunch it, but i don't warrant it'll work.
  45.  
  46.  
  47. AUTHORS:
  48.  
  49. AWS  was  written  in Devpac assembler by Paul "CBM80" Hernik, gfx was
  50. drawn by Adam "Gunman" Bakalarz.  All comments or bug reports send to:
  51.  
  52.           Paul Hernik
  53.           Nowowiejska 24/3
  54.           25-532 Kielce
  55.           POLAND
  56.           tel. (041)27012
  57.  
  58. e-mail:  spi-ph@srv1.tu.kielce.pl
  59.   
  60.  
  61. DISTRIBUTION:
  62.  
  63. AWS  is  FREEWARE.   You  may use and copy this program freely but all
  64. files must be copied in an unmodified state preferably in LhA archive.
  65. Of  course  use it on your own risk.  If you are going to install this
  66. program and you like it send me postcard or message via e-mail.
  67.  
  68.  
  69. HISTORY:
  70.  
  71. 1.0  - simple Windows like screen
  72. 1.1  - added simple information about your Amiga
  73. 1.2  - changed gfx (now by Gunman) and added some more infos
  74. 1.3  - added parameters, first official release  (20 Jul 94)
  75. 1.3a - changed screen opening and cruncher (13 Sep 94)
  76. 1.4  - added monitor mode, changed command name (20 Sep 94)
  77.  
  78.  
  79. TODO:
  80.  
  81. - Retina version (without RetinaEmu)
  82. - maybe more infos
  83.  
  84.